Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java 8 Interview Questions and Answers

Question: What are functional interfaces?
Answer:
  • Functional interfaces are those interfaces which can have only one abstract method. It can have static method, default methods or can override Object’s class methods.
  • There are many functional interfaces already present in java such as Comparable, Runnable.
  • As we have only one method in Runnable, hence it is considered as functional interface.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook